@charset "utf-8";
a{text-decoration:none; color:#333333;}
a:hover{color:#f06a10;}
input::-webkit-input-placeholder{color: #cccccc;}

.transition a{-webkit-transition: 300ms; -moz-transition: 300ms; -o-transition: 300ms; transition: 300ms;}
.imgScale a img{
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition-duration: 4s;
	transition-duration: 4s;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.imgScale a:hover img{
	-moz-transform:scale3d(1.1, 1.1, 1);
	-ms-transform:scale3d(1.1, 1.1, 1);
	-o-transform:scale3d(1.1, 1.1, 1);
	-webkit-transform:scale3d(1.1, 1.1, 1);
	transform:scale3d(1.1, 1.1, 1);
}
.hover-opacity img{-webkit-transition: 300ms; -moz-transition: 300ms; -o-transition: 300ms; transition: 300ms;}
.hover-opacity img:hover{opacity: .85; }

/*layout*/
.container{ width:1120px; margin-left: auto; margin-right: auto; clear:both;}
.common-row:after, .common-row:before {content: '';	display: block;	clear: both;}
.common-row{margin:0 -10px;}
.common-row>*{float: left;}
.common-row .grid{padding:0 10px;}
.common-col-2{width: 16.66667%;}
.common-col-4{width: 33.33333%;}
.common-col-6{width: 50%;}
.common-col-8{width: 66.66667%;}
.common-col-10{width: 83.33333%;}
.wrap{background:url(/global/wrapper_bg.gif) repeat-x center top #e2f1fb;}
.container > .mainBox{position: relative; background: #fff; padding: 20px;}

/*header*/
.header-t{height:34px; line-height:34px; font-size:13px; color:#666666; background:url(/global/header_top_bg.gif);}
.header-t a{color:#666;}

.header-toolbar .slh a{	color: #fff;background-color: #dd0900;padding: 4px 7px;border-radius: 5px;}
.header-toolbar a{margin-left:15px;} 
.header-toolbar a:hover{color:#f06a10;}
.header-toolbar .weixin{background:url(/global/weixin2.png) left center no-repeat; float:left; padding-left:10px; position:relative; z-index:999;}
.header-toolbar .weixin b{display: none; position: absolute; left:-30px; top:32px; width:150px; height:150px; background: url(/global/wxewm.jpg) no-repeat;}

.header-toolbar .sjd{/*background:url(/global/weixin2.png) left center no-repeat; */float:left; padding-right:10px; position:relative; z-index:999;}
.header-toolbar .sjd b{display: none; position: absolute; left:-30px; top:32px; width:150px; height:150px; background: url(/global/202209sjb.png) no-repeat;}
.header-toolbar .email{background:url(/global/e-mail.gif) left center no-repeat; float:left; padding-left:10px; margin-left:10px;}
.header-toolbar .weibo{background:url(/global/weibo.gif) left center no-repeat; float:left; padding-left:10px; margin-left:10px; position:relative;}
.header-toolbar .weibo b{display: none; position: absolute; left:-30px; top:32px; width:150px; height:150px; background: url(/global/wbewm.jpg) no-repeat;}
.header-toolbar .wzjy{background:url(/global/wzjy.gif) left center no-repeat; float:left; padding-left:20px;}
.header-toolbar .map{background:url(/global/map.gif) left center no-repeat; float:left; padding-left:20px;}
.header-toolbar .lxwm{background:url(/global/tel.gif) left center no-repeat; float:left; padding-left:25px;}
.header-toolbar .date{padding-left:10px;}
.header-toolbar #wza{margin-left:15px; cursor: pointer;}
.header-toolbar .ghb{margin-left: 10px;}
.header-ban{clear:both; background:url(../global/header_bg.jpg) no-repeat center top #1e80be;}
.header-ban .container{position: relative; height: 190px;}
.header-logo{padding: 40px 0 0;}
.header-logo img{display: block;}
.header-logo .m{display: none;}

.mainnav{clear:both; height:50px; background:#013c66; overflow: hidden;}
.mainnav li{float:left; padding-right:28px;}
.mainnav li a{ display:inline-block; height:50px; font-size:16px; color:#80d1ff;}
.mainnav li a:before{content:''; width: 40px; height: 40px; display: inline-block; background-repeat: no-repeat; background-position: center center; margin-right: 5px;}
.mainnav li a span{line-height: 50px;}
.mainnav li a:before, .mainnav li a span{display: inline-block; vertical-align: middle;}
.mainnav li.hover{float:left; padding-right:28px; color:#fff;}
.mainnav li.hover a{color:#fff;}
.mainnav li a:hover, .mainnav li.on a{color:#fff;}
.mainnav li#nav1 a:before{background-image:url(/global/mainnav_icon_home.png);}
.mainnav li#nav2 a:before{background-image:url(/global/mainnav_icon_xwdt.png);}
.mainnav li#nav3 a:before{background-image:url(/global/mainnav_icon_xxgk.png);}
.mainnav li#nav4 a:before{background-image:url(/global/mainnav_icon_bsfw.png);}
.mainnav li#nav5 a:before{background-image:url(/global/mainnav_icon_zmhd.png);}
.mainnav li#nav6 a:before{background-image:url(/global/mainnav_icon_ztzl.png);}
.mainnav li#nav1 a:hover:before, .mainnav li#nav1.on a:before{background-image:url(/global/mainnav_icon_home_on.png);}
.mainnav li#nav2 a:hover:before, .mainnav li#nav2.on a:before{background-image:url(/global/mainnav_icon_xwdt_on.png);}
.mainnav li#nav3 a:hover:before, .mainnav li#nav3.on a:before{background-image:url(/global/mainnav_icon_xxgk_on.png);}
.mainnav li#nav4 a:hover:before, .mainnav li#nav4.on a:before{background-image:url(/global/mainnav_icon_bsfw_on.png);}
.mainnav li#nav5 a:hover:before, .mainnav li#nav5.on a:before{background-image:url(/global/mainnav_icon_zmhd_on.png);}
.mainnav li#nav6 a:hover:before, .mainnav li#nav6.on a:before{background-image:url(/global/mainnav_icon_ztzl_on.png);}
.header-search{position: absolute; right: 0; bottom: -38px;}
.header-search .searchTxt{float:left; width:179px; height:18px; padding:5px 10px 5px 30px; color:#666; line-height:18px; font-size:13px; background:url(/global/header_search_icon.gif) no-repeat 9px center #fff; border:0; border-radius:3px; -moz-border-radius:3px; -ms-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px;}
.header-search .searchBtn{float:left; width:67px; height:28px; margin-left:5px; color:#fff; font-size:15px; background:url(/global/header_search_btn.gif) repeat-x; border:0; border-radius:3px; -moz-border-radius:3px; -ms-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px; cursor:pointer;}


/*footer*/
.footer{background:url(/global/footer_bg.jpg) no-repeat center bottom #1e80be; padding: 25px 0;}
.footer-copyright{color: #fff; line-height: 22px; text-align: center;}
.footer-copyright a{color: #fff;}
.footer-wzbs{text-align: center; padding-top: 15px;}
.footer-wzbs img{display: inline-block; vertical-align: middle;}

/*common*/
.common-title{background-color: #f8f9fe;}
.common-title .currentName{position: relative; float: left; padding: .5em 1.125em; font-size: 1.25em; color: #1074b6;}
.common-title .currentName:before{position:absolute; top:0; bottom: 0; left:0; content:""; width:5px; background-color: #1074b6;}
.common-title br{display:none;}
.common-tit-l{height:40px; margin-bottom:20px; background:url(/global/common_bigtitle_bg.gif) repeat-x; border-radius:3px 0 3px 3px; -moz-border-radius:3px 0 3px 3px; -ms-border-radius:3px 0 3px 3px; -o-border-radius:3px 0 3px 3px; -webkit-border-radius:3px 0 3px 3px; overflow:hidden;}
.common-tit-l h3{ margin:0; float:left; background:url(/global/common_bigtitle_bg1.gif) repeat-x;}
.common-tit-l h3 b{ display:inline-block; height:40px; padding:0 70px 0 32px; line-height:40px; font-size:16px; color:#fff; background:url(/global/common_bigtitle_bg2.gif) no-repeat right top;}


/* tab */
.home_news_tab .hd{ height:37px; line-height:37px; border-bottom:#e8e8e8 2px solid;}
.home_news_tab .hd ul{float:left;}
.home_news_tab .hd ul li{float:left; padding:0 2px; margin-right:30px; _display:inline; font-size:18px;}
.home_news_tab .hd ul li.on{ height:37px; border-bottom:#bc3f24 2px solid;}
.home_news_tab .hd ul li.on a{color:#c4422a;}


.tab-brief > .hd{position: relative;}
.tab-brief > .hd ul{float: left;}
.tab-brief > .hd li{float:left; position: relative; color: #666666; padding-bottom: 12px; font-size:18px;}
.tab-brief > .hd li + li{margin-left: 30px;}
.tab-brief > .hd li:after{content: ''; position: absolute; width:0; bottom:-2px; left:0; height: 2px; background: #bc3f24;transition: all .3s; -webkit-transition: all .3s; overflow: hidden;}
.tab-brief > .hd li.on:after{width: 100%;}
.tab-brief > .hd li.on a{color: #c4422a;}
.tab-brief.line > .hd{border-bottom:#e8e8e8 2px solid;}
.tab-brief > .hd.blue li:after{background: #0171c3;}
.tab-brief > .hd.blue li.on a{color: #0171c3;}

.tab-card{padding:1px; border:#e9e9e9 1px solid; border-radius:3px;}
.tab-card .hd{ height:40px; position: relative; line-height:40px; background:url(/global/common_subtitle_bg.gif) repeat-x;}
.tab-card .hd .more{float:right;}
.tab-card .hd ul{padding-left: 20px;}
.tab-card .hd ul li{float:left; font-size:16px;}
.tab-card .hd ul li + li{margin-left: 20px;}
.tab-card .hd ul li.on a{color:#2085c1;}
.tab-card .hd ul.orange li.on a{color:#bc3f24;}
.tab-card > .bd > .item > .newsList{clear:both; padding:10px 15px;}

.tab-brief > .hd .common-more,
.tab-card > .hd .common-more{position: absolute; right: 0;}
.tab-card > .hd .common-more{right: 15px; line-height: 40px;}

.tab-card .hd > .center{text-align: center;}
.tab-card .hd > .center li{float: none; display: inline-block;}

.common-more{background:url(/global/common_more.gif) no-repeat right center; padding-right:12px;  color:#666666; line-height: 30px;}
.m-common-more{clear: both; margin-top:15px; text-align:center; line-height:40px; background-color:#f5f5f5; display: none;}
.m-common-more a{color:#666;}
.m-common-more a:hover{color: #333;}
.m-common-more.bg-white{background: #fff;}
.js-tab .more a + a{display: none;}
.js-tab > .bd > * + * {display: none;}
.tab-brief .bd .item > .newsList{margin-top: 10px;}


/* newsList */
.newsList{clear: both;}
.newsList li h4{position:relative; padding:2px 0; font-size: 1em; font-weight: normal; line-height:26px; overflow:hidden; vertical-align:top;}
.newsList li .time{position:absolute; right:0; top: 50%; margin-top: -13px; color:#999999;}
.newsList li a{float:left; max-width:100%; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
.newsList li a br{display: none;}
.newsList.MM-dd li h4{padding-right:60px;}
.newsList.yyyy-MM-dd li h4{padding-right:100px;}
.newsList.twoCol li{float: left; width: 50%;}
.newsList.twoCol{margin: 0 -15px;}
.newsList.twoCol li h4{margin: 0 15px;}
.newsList.dot li h4{padding-left: 18px;}
.newsList.dot li h4:before{content:''; position:absolute; left:0; top: 50%; margin-top: -2px; width: 4px; height: 4px; background: #666;}
.newsList.line li{border-bottom: 1px solid #e1e5eb;}
.newsList.line li h4{padding-top: 23px; padding-bottom: 23px;}
.newsList.line li:last-child{border-bottom: 0;}
.newsList.dot li:hover h4:before{background: #f06a10;}
.newsList.dot li:hover a, .newsList.dot li:hover span{color: #f06a10;}
.newsList.f15 li h4{padding-top: 4px; padding-bottom: 4px;}
.newsList.f15 li h4 a{font-size: 15px;}

/* 单行省略号 */
.elli-s{display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; max-width: 100%;}
/* 多行省略号 */
.elli-m{display: -webkit-box; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}


/* crumb */
.crumb{padding:6px 20px; line-height:24px; color:#666666; background:#f2f2f2;}
.crumb a{color:#666666;}
.crumb a:hover{color:#333;}

/*pages*/
.pages{ clear:both; padding:30px 0; line-height:28px; color:#555; text-align: center;}
.pages .pagination_index_last *{vertical-align:middle\9;}
.pages a{display: inline-block; padding:0 10px; margin:3px; zoom:1; color: #555; border:#dfdfdf 1px solid; border-radius:3px;
	transition: all .2s;
	-webkit-transition: all .2s;
	background: #f1f1f1;
	background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
	background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
	background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
	background: linear-gradient(#ffffff 10%, #f1f1f1);}
.pages a.current{background:#db2c2b; border-color:#db2c2b; color:#fff; text-decoration:none;}
.pages a:hover{color: #db2c2b;}
.pages a.current{font-weight: bold;}


/*owl-carousel*/
.owl-carousel{touch-action: none;}
.owl-carousel .item{display: block; width: 100%; overflow: hidden;}
.owl-carousel .item img{display: block; width: 100%;}

.owl-carousel .owl-dots{position: absolute; z-index: 99; bottom: 10%; right: 1%;}
.owl-carousel button.owl-dot{float: left; width: .75em; height: .75em; margin-right: .3125em; background: rgba(255, 255, 255, .4); border-radius: 50%; border: none;}
.owl-carousel button.owl-dot.active{background: transparent; border: 2px solid rgba(255, 255,255, .4);}


/* 外链跳转提示框 */
.alert-mengban{position: fixed;top: 0px;left: 0px;z-index: 1000;background:rgba(0,0,0,0.7); filter: alpha(opacity=80) !important;width: 100%;height: 100%;display: none;}
.alert-warning{position: fixed; top: 50%; left: 50%; margin-left:-300px; margin-top: -160px; width: 600px; height: 270px;background:#fff;z-index: 10001;display: none; border:2px solid;border-radius:10px;}
.alert-delete{width: 100%;height: 38px;position: relative;}
.alert-delete span{position: absolute; top:10px; right: 10px; width: 20px; height: 20px; line-height: 20px; color:#fff; text-align: center; background: #bebebe; cursor:pointer;}
.alert-delete span:hover{background: #929292;}
.alert-wzsm{width: 520px;height: 100px;margin: 15px auto 0; line-height: 1.4em;font-size: 1.5em;color: #000;text-align: center; padding-bottom: 1em;border-bottom: 1px solid #d4d4d4;}
.alert-footer{width: 100%; padding: 25px 0; text-align: center; color: #000;}	
.alert-footer span{cursor: pointer; display: inline-block; margin: 0 12px; font-size: 1.125em;}
.alert-warning .continue{width: 124px; height: 42px; color: #fff; background-color: #347bd7; border-radius:25px; -webkit-border-radius:25px; text-align: center; line-height: 42px;/* border:#e1e1e1 1px solid; box-shadow: 0 0 10px rgba(0,0,0,0.2) inset; -webikt-box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;*/}	
.alert-warning .fangqi{line-height: 42px;  color: #347bd7;}	

/* 归档 */
.guidang{position: absolute; top:2px; right: 2%; width: 160px; height: 90px; background: url(/images/2020_mzjgd.png) no-repeat; z-index: 9;}
.guidang span{position: absolute; bottom: 10px; left: 0; right: 0; text-align: center;  color: #ff0000; font-size:18px; font-weight: bold;}